hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
HipFile
hip
filesystem
hipfs
Undocumented in source.
abstract
class
HipFile : IHipFileItf {
immutable
FileMode
mode
;
immutable
string
path
;
ulong
size
;
ulong
cursor
;
this
();
this
(string path, FileMode mode);
long
seek
(long count, int whence);
T
[]
rawRead
(T[] buffer);
}
Constructors
this
this
()
Undocumented in source.
this
this
(string path, FileMode mode)
Undocumented in source.
Members
Functions
rawRead
T
[]
rawRead
(T[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
seek
long
seek
(long count, int whence)
Whence is the same from libc
Variables
cursor
ulong
cursor
;
Undocumented in source.
mode
FileMode
mode
;
Undocumented in source.
path
string
path
;
Undocumented in source.
size
ulong
size
;
Undocumented in source.
Meta
Source
See Implementation
hip
filesystem
hipfs
aliases
HipFS
classes
HipFile
HipFileSystem